dynamic sql statements造句
例句与造句
- Dynamic sql statement cache details
动态sql statement缓存细节 - For dynamic sql statements , authorization takes place on a per statement basis
对于动态sql语句,授权针对每个语句进行。 - Package cache memory allocated to store both static and dynamic sql statements
包缓存为存储静态和动态sql语句而分配的内存。 - Package cache - memory allocated to store both static and dynamic sql statements
Package cache用于存储静态和动态sql语句的内存 - This is in contrast to a dynamic sql statement , whose syntax is not known until run - time
反之就是动态sql语句,其语法直到运行时才知道。 - It's difficult to find dynamic sql statements in a sentence. 用dynamic sql statements造句挺难的
- However , most applications use prepared statements rather than dynamic sql statements , so i won t delve into this
但是,多数应用程序使用预备语句而不是动态sql语句,所以我不想深入这一部分。 - Therefore , a set offsets statement specified in dynamic sql does not have any effect on any statements following the dynamic sql statement
因此,动态sql中指定的set offsets语句对动态sql语句之后的任何语句无效。 - For dynamic sql statements , the sql string argument is captured from the statement execution call before the monitoring advice uses it
对于动态sql语句, sql字符串参数在监视建议使用它之前,从语句执行调用中被捕捉。 - Therefore , a set fips flagger statement specified in dynamic sql does not have any effect on any statements following the dynamic sql statement
因此,在动态sql中指定的set fips _ flagger语句对动态sql语句之后的任何语句无效。 - All data , including dynamic sql statements , user input data , user output data , and character fields in the sqlca , is interpreted based on this code page
所有数据,包括动态sql语句、用户输入数据、用户输出数据以及sqlca中的字符字段,都是基于该代码页进行解释的。 - Before a transact - sql query , batch , stored procedure , trigger , prepared statement , or dynamic sql statement begins execution on an instance of microsoft sql server , it is compiled into a query plan by the sql server database engine query optimizer
在对microsoft sql server实例开始执行transact - sql查询、批处理、存储过程、触发器、已准备好的语句或动态sql语句之前,它已由sql server数据库引擎查询优化器编译为查询计划。 - Object names used with all data definition language statements such as create , alter , or drop statements , dbcc statements , execute and dynamic sql statements should be qualified with the name of the object schema if other users are to use the stored procedure
如果有其他用户要使用存储过程,则用于所有数据定义语言( ddl )语句(例如create 、 alter或drop语句, dbcc语句, execute和动态sql语句)的对象名应该用该对象架构的名称来限定。 - Inside a stored procedure , object names used in all data definition language statements such as create , alter , or drop statements , dbcc statements , execute and dynamic sql statements must be qualified with the name of the object schema if users other than the stored procedure owner are to use the stored procedure
如果用户不是存储过程所有者,则在使用存储过程时,必须使用对象架构名称对存储过程内所有数据定义语言( ddl )语句(例如create 、 alter或drop语句、 dbcc语句、 execute和动态sql语句)中使用的对象名称进行限定。